home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / jbanner2.zip / JBANNER2.DOC < prev    next >
Text File  |  1993-01-04  |  4KB  |  104 lines

  1. ******************************************************************************
  2. * JBANNER2  Version 2.0
  3. ******************************************************************************
  4. * (C) JOHN A. BRISTOR ,1987,1988
  5. * ALL RIGHTS RESERVED
  6. *
  7. * Released to the Public Domain through the Clipper Conference, THE BOSS
  8. * 8414 Williamsburg Circle
  9. * Pensacola, FL 32514
  10. * Voice (904) 474-8846
  11. * FIDO : 151/305
  12. * DATA : THE BOSS (201) 568-7293  : 2400 Baud
  13. *
  14. * JBANNER2.OBJ : Procedure SC428 from Screen Control Procedure Archives
  15. *                Clipper based Scrolling Messages Routine (DEMO) Version 2.0
  16. *
  17. *****************************************************************************
  18. *   PARAMETERS
  19. *****************************************************************************
  20. *  JBANNER  -  Contains Message String; character field
  21. *   JBWAIT  -  Should message pause when centered in banner window "Y" or "N"
  22. *  JBTIMER  -  Delay Timer (Timer = 5 For 6mhz AT); numeric
  23. *   JBLINE  -  Screen Row for Display of Banner; numeric
  24. *   JBLEFT  -  Left Column of Banner Display; numeric
  25. *  JBRIGHT  -  Right Column for Display of Banner; numeric
  26. * JBDIRECT  -  Scroll message starting from "L" left or "R" right
  27. *   JBREAK  -  Can message be interrupted by a keystroke; "Y" or "N"
  28. *   JBTHRU  -  How many times to display message banner;  numeric
  29. *   JBLINK  -  Whether to add Blink attribute to ant '*' or '.';   Logical
  30. *  JBCOLOR  -  What colors to use for Fore & Background (USE 0-7)
  31. *                      Ex: 7/0, 3/4      char field of three
  32. *
  33. * COMPILER - Autumn'86
  34. * LINKAGE - Link with JBSCRL, a scrolling routine by Thomas Link (ie, SCRL.OBJ)
  35. *
  36. ******************************************************************************
  37. *                   FILES THAT SHOULD BE IN JBANNER2.ARC
  38. ******************************************************************************
  39.  
  40. *                JBANNER2.DOC  : THIS FILE
  41.  
  42. *                JBANNER2.OBJ  : OBJECT FILE USED DURING LINK SESSION
  43.  
  44. *                 JBCLINK.BAT  : BATCH PROGRAM TO LINK & EXECUTE DEMO
  45.  
  46. *                  JBSCRL.OBJ  : SCROLLING ROUTINE
  47.  
  48. ******************************************************************************
  49. *                      HOW TO GET SOURCE CODE FOR JBANNER2
  50. ******************************************************************************
  51. *
  52. *             SEND $ 3.19  CASH OR MONEY ORDER
  53. *
  54. *                 Price is only to cover costs :                    My Costs
  55. *
  56. *                 You will receive all the source code ON A DISK!  ( $ 0.50)
  57. *
  58. *                 You will have a license to use this routine      ( $ 0.00)
  59. *
  60. *                 The disk will come in a special shipping         ( $ 0.50)
  61. *                       envelope.
  62. *
  63. *                 The Envelope will have $ 0.66 of Postage on it.  ( $ 0.66)
  64. *
  65. *                 Various other costs                              ( $ 0.25)
  66. *
  67. *                 What's Leftover for me? ( 2 beers!!!)            ( $ 1.28)
  68. *
  69. *            PLEASE INCLUDE THE NAME AND NUMBER OF THE BBS FROM WHICH YOU
  70. *            DOWNLOADED JBANNER2.ARC.
  71. *
  72. *            Shipments are normally made within 24 hours after receipt of
  73. *            Order, but just incase, include your phone number...
  74. *
  75. ******************************************************************************
  76.  
  77. *DISCLAIMERS AND LIMITATIONS ON USE
  78.  
  79. *1.       THIS IS AN "ALMOST FREE" PROGRAM PROGRAM.
  80.  
  81. *2.       THIS IS NOT A "PRIVATE DOMAIN" PROGRAM.
  82.  
  83. *3.       THE AUTHOR RELINQUISHES ALL RIGHTS EXCEPT AUTHORSHIP TO THIS PROGRAM
  84. *         , AND IS RELEASING THESE FILES UNDER THE "BEER-WARE" CONCEPT.
  85. *         (distribution of source code is as FOR BEER MONEY only).
  86. *         (Receipts will not be used to proliferate NUCLEAR WAR or
  87. *         support IRAN in any way.)
  88.  
  89. *        This software is a user-supported software package .
  90.  
  91. *        These Programs should be distributed FREELY AS A WHOLE.
  92.  
  93. *        Copies may be given away freely only as a whole package including
  94. *        this JBANNER2.DOC file.  They may not be edited or modified in any
  95. *        way and then distributed.
  96.  
  97. *       Comments and suggestions should be sent to me at the
  98. *       address above. Or if you find a bug.. (Boo.. Hsss!)
  99.  
  100. *       dBASE III and Clipper are trademarks of Ashton Tate and Nantucket
  101. *       respectively.
  102.  
  103. *****************************************************************************
  104.